home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 039a / sentin10.zip / SENTINEL.DOC next >
Text File  |  1993-02-15  |  4KB  |  128 lines

  1.  
  2.                        NLMSentinel
  3.                             
  4.           NetWare File Server Automatic Reboot
  5.                     and ABEND Trapper
  6.              Version 1.00, 1st December 1992
  7.  
  8.                     Author Jason Hart
  9.                         ShareWare
  10.  
  11. NLMSentinel is designed to automatically reboot a
  12. fileserver if it encounters any Abnormal termination
  13. (ABEND) message. NLMSentinel will write a log file
  14. containing the system console screen to a local disk, in
  15. order to help track the problem at a later date.
  16.  
  17.  
  18. It is intended that NLMSentinel be used in environments
  19. where server up time is required to be maximised. Given
  20. that a fileserver ABEND's, NLMSentinel traps the ABEND
  21. error message and saves this to a user specified logfile
  22. on a local disk. DOS must be present to perform the write
  23. operation, if DOS is not present no logfile will be
  24. created and Sentinel will not reboot the server unless
  25. the override option (/L) was specified. This is too
  26. ensure that the error message is not lost.
  27.  
  28. NLMSentinel should be used alongside AUTOREP.NLM. AUTOREP
  29. is a companion NLM that will invoke VREPAIR.NLM and
  30. automate the process of a disk repair if a volume fails to
  31. mount at server startup time.
  32. AUTOREP.NLM is available on NetWire or by contacting the
  33. author via postal mail or on CompuServe.
  34.  
  35. By using NuMega's NETCHECK in combination with
  36. NLMSentinel, an extra level of system protection can be
  37. given. NETCHECK will trap all unusal memory access's but
  38. in the event that the server decides to ABEND from bad
  39. system parameters(NETCHECK doesn't stop this) NLMSentinel
  40. will write the log and reboot the server. NetCheck is a
  41. commercial product, copyrighted by NuMega Technologies
  42. and is available by contacting them at (603) 889-2386.
  43.  
  44. =====================================================
  45.  
  46.  
  47. OPTIONS
  48.  
  49. LOAD Sentinel <filename> <options>
  50.  
  51. <filename>
  52. This MUST be a local drive. Preferrably a floppy so that
  53. the disk may be removed to analyse the logfile without
  54. requiring the server to be brought down. Alternatively if
  55. it is stored on a local hard-disk, a number of utilities
  56. are available which emulate DOS commands from the console
  57. enabling the logfile to be copy from the console.
  58.  
  59.  
  60. <options>
  61. /R        Do not write logfile, just reboot on ABEND.
  62. /L        If logfile write was not succesful - still        
  63.           reboot.
  64.  
  65. ====================================================
  66.  
  67. Installation
  68.  
  69. NLMSentinel is invoked by loading it from the fileserver
  70. console. It should be copied to the fileservers SYS:SYSTEM
  71. directory and then loaded like
  72.     :LOAD SENTINEL <options>
  73.  
  74. It may also be added to the systems AUTOEXEC.NCF.
  75.  
  76. ====================================================
  77.                   !!  READ THIS !!
  78.  
  79. To obtain the latest version of SENTINEL and 12 months of updates,
  80. send a cheque or money order for $35US to the below postal address.
  81.  
  82.  
  83. Source Code
  84. ====== ====
  85.  
  86. If you would like to receive the original commented
  87. source code to this application please send a cheque or
  88. money order for $90US to:
  89.  
  90.                Jason  Hart
  91.                Post Office Box 92
  92.                Canterbury, Victoria, 3126
  93.                Australia.
  94.  
  95. If you have any suggestions, questions about the program
  96. or customisations, they are welcome and I am reachable on
  97. CompuServe at 100033,3202 or via the above address.
  98.  
  99. =========================================================
  100.  
  101. DISTRIBUTION
  102.  
  103. Feel free to distribute this program and documentation in
  104. its original untampered state.
  105.  
  106. =========================================================
  107. ACKNOWLEDGMENT
  108.  
  109. I wish to acknowledge the help of Ken Lowrie from Novell
  110. Austin, for his contributions.
  111.  
  112. =========================================================
  113.  
  114. DISCLAIMER:
  115. While all care has been taken in the development of this
  116. product, you are using it AT YOUR OWN RISK. It has been
  117. tested on different platforms and with a number of
  118. testing tools to ensure that the product is stable. No
  119. loss of any kind is accepted by the author arising from
  120. the use of any of these programs. You are free to
  121. distribute provided the program and text files are not
  122. changed.
  123.  
  124. =========================================================
  125.  
  126.  
  127.  
  128.